Pessimists, we're told, look at a glass containing 50% air and 50% water and see it as half empty. Optimists, in contrast, see it as half full. Engineers, of course, understand the glass is twice as big as it needs to be. --Bob Lewis

Posts in tips and tutorials


Parsing URLs with Regular Expressions and the Regex Object

Go in depth in understanding the structure of a URL or URI and see a single regular expression that can be used to extract the various pieces in one fell swoop. Continue...

Developer Tips and Tutorials C# Regular Expressions

Convert Integer To Enum Instance in C#

Sample C# code showing how to convert an integer to an instance of an enumeration. Continue...

Developer Tips and Tutorials C#

Convert String to Enum Instance

C# code sample showing how to convert a string to an instance of an enumeration. Continue...

Developer Tips and Tutorials C#

Convert Hex String to .NET Color

Learn an easy way and a hard way to convert a hex string to a .NET color using C#. Continue...

Developer Tips and Tutorials C# CSS HTML

Convert .NET Color to Hex String

Learn how to convert a hex string to a .NET color using C#. Continue...

Developer Tips and Tutorials .NET C# CSS HTML

Version: 6.0.20260909.1530